Skip to content

Conversation

trivikr
Copy link
Member

@trivikr trivikr commented Sep 20, 2024

Issue

Fixes: #6499

Description

Re-order checksum implementations based on performance

Testing

CI

The S3 backend doesn't sent multiple checksum values in the headers today. The checksum returned is for the value provided during putObject call. The existing implementation ensures that it goes through the priority order for selecting an algorithm if multiple checksum values are available.


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@trivikr trivikr marked this pull request as ready for review September 20, 2024 19:09
@trivikr trivikr requested a review from a team as a code owner September 20, 2024 19:09
@trivikr trivikr merged commit 70db983 into aws:main Sep 20, 2024
4 checks passed
@trivikr trivikr deleted the update-flexible-checksums-priority-order branch September 20, 2024 19:38
Copy link

github-actions bot commented Oct 5, 2024

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rearrange SDK client supported checksum algorithms in the priority order of their performance

2 participants